Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
tag index: g · game

1 scripts tagged as: [game  ·  conway's game of life]

A Variation on Conway's Game of Life
game-of-life-variation.rv:0.0.4
5.3 KB
21 Sep 2005
A GUI implementation of a modified version of the popular cellular automaton system. The rules: 1) Each cell (square) on the grid is either alive (blue) or dead (white) 2) For every iteration, each cell's next state depends on current state and # of live neighbors a) if cell is alive, it stays alive <=> 2 or 3 neighbors are alive b) if cell is dead, [...]
author: Ayrris Aunario